home *** CD-ROM | disk | FTP | other *** search
/ Power DOS 1996 July / Power DOS - July 1996.iso / sound / c_labs / awe / adip.exe / ADIP01.ZIP / DOS / INCLUDE / CTAWEAPI.INC < prev   
Text File  |  1995-07-24  |  3KB  |  72 lines

  1. ;/****************************************************************************\
  2. ;*                                                                            *
  3. ;* CTAWEAPI.INC SB AWE32 DOS Assembly Header                                  *
  4. ;*                                                                            *
  5. ;* (C) Copyright Creative Technology Ltd. 1992-94. All rights reserved        *
  6. ;* worldwide.                                                                 *
  7. ;*                                                                            *
  8. ;* THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY      *
  9. ;* KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE        *
  10. ;* IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR      *
  11. ;* PURPOSE.                                                                   *
  12. ;*                                                                            *
  13. ;* You have a royalty-free right to use, modify, reproduce and                *
  14. ;* distribute the Sample Files (and/or any modified version) in               *
  15. ;* any way you find useful, provided that you agree to                        *
  16. ;* the Creative's Software Licensing Aggreement and you also agree that       *
  17. ;* Creative has no warranty obligations or liability for any Sample Files.    *
  18. ;*                                                                            *
  19. ;\****************************************************************************/
  20. ;
  21. ;/****************************************************************************\
  22. ;*      File name       : CTAWEAPI.INC                                        *
  23. ;*                                                                            *
  24. ;*      Programmer      : Creative SB AWE32 Team                              *
  25. ;*                        Creative Technology Ltd, 1994. All rights reserved. *
  26. ;*                                                                            *
  27. ;*      Version         : 2.1b                                                *
  28. ;*                                                                            *
  29. ;\****************************************************************************/
  30.  
  31. ifdef FAROBJ
  32. SCRATCH     STRUC
  33.             DB          692 DUP(0)
  34. SCRATCH     ENDS
  35. else
  36. SCRATCH     STRUC
  37.             DB          552 DUP(0)
  38. SCRATCH     ENDS
  39. endif
  40.  
  41. GCHANNEL    STRUC
  42.             DB          20 DUP(0)
  43. GCHANNEL    ENDS
  44.  
  45. MIDICHANNEL STRUC
  46.             DB          30 DUP(0)
  47. MIDICHANNEL ENDS
  48.  
  49. SOUNDFONT   STRUC
  50.             DB          134 DUP(0)
  51. SOUNDFONT   ENDS
  52.  
  53. NRPNCHANNEL STRUC
  54.             DB          90 DUP(0)
  55. NRPNCHANNEL ENDS
  56.  
  57. SOUNDPAD    STRUC
  58.     SPad1   DD          0
  59.     SPad2   DD          0
  60.     SPad3   DD          0
  61.     SPad4   DD          0
  62.     SPad5   DD          0
  63.     SPad6   DD          0
  64.     SPad7   DD          0
  65. SOUNDPAD    ENDS
  66.  
  67. AWE32ERR_ALLOCMEM       EQU     1
  68. AWE32ERR_SBKFORMAT      EQU     2
  69. AWE32ERR_DRAMSIZE       EQU     3
  70. AWE32ERR_SBKREAD        EQU     4
  71.  
  72.